{DISPLAY} Display a Message in the WinWizard Display Window, No Message will clear display. Syntax: {DISPLAY} Message
{DISPLAYADD} Add text to the WinWizard Display Window. Syntax: {DISPLAYADD} Message
{DO} Start a DO/LOOP routine. You may enter the number of loops after the DO Command. No Number indicates continuous loop. Syntax: {DO} NumberOfLoops
{END} Terminate the Script File but leave WinWizard Pro Active. Syntax {END}
{ERASE} Erase the designated File Name (Include Path). Syntax {ERASE} FileName
{EXIT} Terminate the Script File and Exit WinWizard Pro (Default). Syntax {EXIT}
{EXITDO} Exit a DO LOOP Statement. Syntax: {EXITDO}
{FLOAT} Will Toggle "Window On Top" (Float) on and off. Select from the drop down menu. Syntax {FLOAT} On/Off
{HOLD} Hold script execution until designated process has ENDED. Syntax {HOLD} ProcessTitle
{IF} Conditional IF Statement for comparison operations. Syntax: {IF} Condition {THEN} SubRoutineName
{IFEXISTS} Check if a File Exists on the storage media. (Include Path and FileName)(True or False) Syntax: {IFEXISTS} Filename = TRUE/FALSE {THEN} SubRoutineName
{IFTASK} Check if a Task is open. (True or False) Syntax: {IFTASK} TaskName = TRUE/FALSE {THEN} SubRoutineName
{IFVAL} Conditional IF Statement based on Numeric Values. Syntax: {IFVAL} ValueCondition {THEN} SubRoutineName
{INPUT} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE}. Enter the Message below. Syntax: {INPUT} Message
{INPUT0} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE0}. Enter the Message below. Syntax: {INPUT0} Message
{INPUT1} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE1}. Enter the Message below. Syntax: {INPUT1} Message
{INPUT2} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE2}. Enter the Message below. Syntax: {INPUT2} Message
{INPUT3} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE3}. Enter the Message below. Syntax: {INPUT3} Message
{INPUT4} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE4}. Enter the Message below. Syntax: {INPUT4} Message
{INPUT5} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE5}. Enter the Message below. Syntax: {INPUT5} Message
{INPUT6} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE6}. Enter the Message below. Syntax: {INPUT6} Message
{INPUT7} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE7}. Enter the Message below. Syntax: {INPUT7} Message
{INPUT8} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE8}. Enter the Message below. Syntax: {INPUT8} Message
{INPUT9} Halt Script Execuation and allow the user to input a Variable, stored in {VARIABLE9}. Enter the Message below. Syntax: {INPUT9} Message
{LOOP} Designates the end portion of a DO Command. Will return execution to the DO Line. Syntax: {LOOP}
{MINIMIZE} Minimize the WinWizard Window. Syntax {MINIMIZE}
{PAUSE} Pause Script Execution and wait for the user to press ENTER, SPACE BAR or Click the Run Button. Syntax: {PAUSE}
{PLAY} Play a .wav sound file. Enter the .wav file name and path below. Syntax: {PLAY} WaveFileName
{PROCESS} Pause script execution and display the "OnLine Process List". Syntax: {PROCESS}
{PROMPT} Halt Script Execution until user clicks OK. Enter a Message below. Syntax: {PROMPT} Message
{REM} Add a Remark line to the Script File. WinWizard will skip this line during script execution. Enter the Remark below. Syntax: {REM} Remark